print

function print(values: anything...)

Prints the given value(s) to STDOUT, and then terminates the line. When multiple values are provided, each is separated by a single space character.

Since

0.6.0

Parameters

values

the value(s) to print